home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / doom / map_edit.zip / MAP_EDIT.TXT < prev   
Text File  |  1996-10-02  |  4KB  |  101 lines

  1.  
  2.                                 MAP_EDIT
  3.           "On the fly" Quake level editor - simply QuakeC patch
  4.                     by Peter Porai-Koshits (Dragon__)            
  5.  
  6.  
  7.     MAP_EDIT patch - it's a little part of my Quake Project1 patch ( see 
  8.   proj1_??.zip -  QUAKE Project1 ). Last version - 0.91, proj1_91.zip
  9.     I include in MAP_EDIT several features:   
  10.  
  11.  
  12.      1) "SemiPause". When game is "semipaused", players can't move and fire, 
  13.   but can change skins, names and do other stuff.
  14.   "Semipause" switching ON/OFF - "impulse 211  ".
  15.       
  16.      2) "Observer mode 1.19". It's a rewritten Observer 1.1. You can enter
  17.   to Observer (JAFO) mode by "impulse 210  ". When you already in Observer
  18.   mode you can switch NOCLIP ON/OFF by the same "impulse 210 ".
  19.      
  20.      3) "Server News". It's just a little help for keys binding -
  21.   press "impulse 215 " to check.
  22.      
  23.      4) MultiSkin 1.1. "impulse 200  ", "impulse 201" for change skins.
  24.   player.mdl NOT included. You can find it at ftp.cdrom.com/.../multi_11.zip
  25.  
  26.      And finally, main modification:
  27.  
  28.      5) You're playing on your favorite deathmatch level and you want to 
  29.   improve this level's conditions? But you don't want to research heaps 
  30.   of Quake level editors, bsp compilers, brush makers, converters, etc... 
  31.   YOU CAN DO IT NOW with Quake MAP_EDITOR patch! 
  32.       "Game Administrator" mode added. What it does:
  33. -------------------------------------------------------------------------
  34.       By pressing "impulse 212" a player can became a Game Administrator.
  35.       Now he can choose any weapon/ammo/item by impulses 200,201 (same
  36.       as for MultiSkin) and place them anywhere on the level by pressing
  37.       impulse 134. When editing is finished just press impulse 212 again 
  38.       and you'll became a regular "player" again.
  39.       During the game only one player can became a Game Administrator
  40.       only once and if he has 0 frags.
  41.       While Administration mode ON - all other players (not Admin) 
  42.       staying in SemiPause mode and can't move/shoot. 
  43. -------------------------------------------------------------------------
  44.  
  45.   Key binding:
  46.   impulse 134   - Put items when Administrator mode ON
  47.   impulse 135   - Removing items mode ON/OFF when Administrating
  48.   impulse 200   - Change Skin  + (Choose item when Administrating)
  49.   impulse 201   - Change Skin  - (Choose item when Administrating)
  50.   impulse 210   - Observer Mode (NOCLIP observer mode ON/OFF)
  51.   impulse 211   - SemiPause 
  52.   impulse 212   - Admin functions ON/OFF
  53.   impulse 215   - Server News
  54.  
  55.  
  56.  
  57.  How to install it?
  58.      Copy zip file to your Quake directory. Unzip with key "-d".
  59.      Delete zip file and run "quake.exe -game MAP_EDIT".
  60.  
  61.  Files included in the package:
  62.  \MAP_EDIT\progs.dat
  63.  \MAP_EDIT\PROGS\*.qc - all sources
  64.  
  65.  All sources included. MAP_EDIT modifications starting from line
  66.  "// MAP_EDIT". Sorry - not commented yet.
  67.  
  68. ============================================================================
  69.  
  70.  If You run your own Quake server with MAP_EDIT patch is connected to
  71.  Internet - please include to your hostname something as "MAP_EDIT". 
  72.  For example:
  73.  quake -dedicated 16 -game MAP_EDIT +hostname Texas_MAP_EDIT +map start
  74.  
  75. ============================================================================
  76.  
  77.  
  78.  Additional credit's:
  79.   Dennis Noordsij                    - for MultiSkin v 1.1 code. 
  80.   sorry_don't_know_author            - for Obsrever idea
  81.   Mike Lonch (B0SS)                  - for playtesting.
  82.   Wadim Nuzniy (NeedMan)             - for playtesting.
  83.   Grigory Chygynov (GR)              - for playtesting.
  84.   Vladimir Gordeev (CptPower)        - for playtesting.
  85.   Oleg Dejkin (OD)                   - for playtesting.
  86.   IdSoftware                         - for this great game. 
  87.  
  88.   Where can you find last version of MAP_EDIT & Project1 patches?
  89.   ftp://ftp.softjoys.ru/entert/3d_games/newstuff/proj1_??.zip
  90.   ftp://ftp.softjoys.ru/entert/3d_games/newstuff/map_edit.zip
  91.   ftp.cdrom.com/pub/idgames2/quakec/
  92.  
  93.   Sorry for my english.
  94.  
  95.                         Sincerely yours Peter (Dragon__#quake)
  96.                                            Peter Porai-Koshits 
  97.                                       e-mail peter@softjoys.ru
  98.                                       2:5030/133.8@fidonet.org
  99.  
  100.  P.S. From Russia with love.
  101.